github.com/golang/protobuf/proto.token.offset (field)

3 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L79: 	offset   int    // byte number from start of input, not start of line
		text_decode.go#L535: 	pe := &ParseError{fmt.Sprintf(format, a...), p.cur.line, p.cur.offset}
		text_decode.go#L574: 	p.cur.offset, p.cur.line = p.offset, p.line